Skip to main content
GET
[Services] List professional-service engagements

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

organization_id
string
required

Unique identifier of the organization

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

status
enum<string>

Filter by status

Available options:
active,
cancelled,
completed,
pending,
suspended,
terminated

Response

Paginated list of service engagements

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"